func github.com/gotd/td/bin.decodeBytes

2 uses

	github.com/gotd/td/bin (current package)
		bytes.go#L29: func decodeBytes(b []byte) (n int, v []byte, err error) {
		decode.go#L145: 	n, v, err := decodeBytes(b.Buf)